pgw#626 / th#1059 twin: mandatory-lane admission follows the hub-resolved execution lane (0.50.1)#378
Merged
Conversation
…lved execution lane, not the flavor token (0.50.1) The #fp8-w8a8 flavor names the STORAGE format; SDXL's mixed variant serves the w8a16 upcast lane (plain graphs, never scaled_mm). _ref_mandatory_lane classified any #fp8-w8a8 ref as mandatory-w8a8, so _validate_required_compile refused every hub dispatch for the mixed lane with required_compile_missing — the worker half of the 2026-07-23 sdxl P0 (live user-visible failures at 21:54Z once tensorhub th#1059 started dispatching sdxl again). Executor._resolved_mandatory_lane derives mandatory-ness from the HelloAck resolution lane when known (w8a8/w4a4 activations stay fail-closed; plain activations admit and JIT-warm like bf16); the flavor token remains the fallback without lane evidence; conflicting evidence fails closed. All six derivation sites swapped. Tests: test_mandatory_lane_th1059.py incl. the exact live failure shape.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Worker half of the 2026-07-23 sdxl P0 (tensorhub th#1059). The
#fp8-w8a8flavor token names the STORAGE format; SDXL's mixed variant executes the w8a16 upcast lane (plain graphs)._validate_required_compile(and 5 sibling mandatory-lane derivations) keyed on the flavor token and refused every hub dispatch withrequired_compile_missing— Paul's live jobs failed at 21:54Z once the hub half started dispatching sdxl again.Executor._resolved_mandatory_lane: mandatory-ness follows the HelloAck resolution lane when known (w8a8/w4a4 stay fail-closed; plain activations admit + JIT-warm like bf16); flavor-token fallback without lane evidence; conflicting evidence fails closed.test_mandatory_lane_th1059.py(6, incl. the exact live failure shape); mypy + ruff clean.After merge: tag v0.50.1 (PyPI publish action), then sdxl image rebuild/republish (tracked in pgw#626 / th#1059).
🤖 Generated with Claude Code